'Declaration Public Overloads Function InsertMatrix( _ ByVal cellsText(,) As System.String, _ ByVal location As InsertLocation _ ) As OMathMatrix
public OMathMatrix InsertMatrix( System.string[,] cellsText, InsertLocation location )
Parameters
- cellsText
- The structure cells text array.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathMatrix instance.